Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.web.ui.resources--bundles

This contribution is part of XML component org.nuxeo.web.ui.resources inside nuxeo-web-ui-9.10.jar /OSGI-INF/webresources-contrib.xml

Extension Point

Extension point bundles of component WebResources.

Contributed Items

  • <bundle name="web-ui">
          <resources>
            <resource>elements.html</resource>
            <resource>nuxeo-web-ui-bundle.html</resource>
          </resources>
        </bundle>

XML Source

<extension point="bundles" target="org.nuxeo.ecm.platform.WebResources">

    <!-- main bundle with all import resources -->
    <bundle name="web-ui">
      <resources>
        <resource>elements.html</resource>
        <resource>nuxeo-web-ui-bundle.html</resource>
      </resources>
    </bundle>

  </extension>